← Back
Panel Highlights
[basic]Panel focus highlighting with border styles
Panel focus highlighting with border styles
For the full interactive experience:
$ mix raxol.playground
Code
box style: %{border: border, fg: :cyan, width: @panel_width} do
column style: %{gap: 0} do
[
text(title, style: [:bold], fg: :cyan),
text(panel.content)
]
end
end